home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1996
/
MacHack 1996.toast
/
Presentations
/
Presentations ’92
/
PatchWorks Kit
/
<PatchWorks++>
/
Exceptions.c
< prev
next >
Wrap
Text File
|
1992-05-30
|
423b
|
24 lines
/*
Exceptions.c
C++ style exception handling.
Part of PatchWorks, the Extension Development Framework.
by Mouse Herrell & Patrick Beard.
Permission is granted to use this source code for any purpose, as long
as the copyright notice is maintained.
© 1992 Berkeley Systems, Inc.
*/
#include "Exceptions.h"
#ifndef __TYPES__
#include <Types.h>
#endif
int theException = 0;
ExceptionFrame* theFrame = nil;